Prompt Interface Node
Interface to a Prompt that can be connected to a Code Node
Properties
Label | Property | Type | Description | Default Value | Is Required |
---|---|---|---|---|---|
Prompt | prompt | botdojo/types/prompt-template | Object | ||
Inputs | inputSchema | botdojo/types/json_schema | Object | ✅ | |
Name | name | botdojo/types/string | null | ✅ | |
Description | description | botdojo/types/string | null | ✅ |
Output
Label | Property | Type | Description | Default Value |
---|---|---|---|---|
prompt | prompt | botdojo/interface/prompt | Instance of an prompt | null |